-
Notifications
You must be signed in to change notification settings - Fork 67
chore: bump airbyte-api to 0.53.0 #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-Authored-By: AJ Steers <[email protected]>
Original prompt from AJ Steers
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Testing This PyAirbyte VersionYou can test this version of PyAirbyte using the following: # Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1759435177-bump-airbyte-api-0.53.0' pyairbyte --help
# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1759435177-bump-airbyte-api-0.53.0' Helpful ResourcesPR Slash CommandsAirbyte Maintainers can execute the following slash commands on your PR:
Community SupportQuestions? Join the #pyairbyte channel in our Slack workspace. |
📝 WalkthroughWalkthroughUpdated dependency constraint for airbyte-api from ^0.52.1 to ^0.53.0 in pyproject.toml. No code changes or public API modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Would you like to confirm the upstream airbyte-api changelog for breaking changes and run a quick lockfile refresh/CI matrix check, wdyt? Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2024-10-10T16:17:57.989Z
Applied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: AJ Steers <[email protected]>
chore: bump airbyte-api to 0.53.0
Summary
Updates the
airbyte-api
dependency from^0.52.1
to^0.53.0
to include the latest SDK features:full_refresh_overwrite_deduped
enum value inConnectionSyncModeEnum
Changes:
airbyte-api = "^0.53.0"
in pyproject.tomlReview & Testing Checklist for Human
Notes
This dependency bump enables PyAirbyte to use the latest Airbyte API features. Static analysis passes cleanly, but runtime testing is important to ensure the new SDK version doesn't introduce behavioral changes.
Requested by: AJ Steers (@aaronsteers)
Devin session: https://app.devin.ai/sessions/42d70f0eaebd4b86902767fbadcc9e95
Important
Auto-merge enabled.
This PR is set to merge automatically when all requirements are met.
Summary by CodeRabbit
Chores
Impact
Action Required